ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / FlexChartBase<T> Class / Legend Property

In This Topic
    Legend Property (FlexChartBase<T>)
    In This Topic
    Gets the chart legend.
    Syntax
    'Declaration
     
    Public Overridable ReadOnly Property Legend As ChartLegend
    public virtual ChartLegend Legend {get;}
    See Also